home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue32 / forms / NDXDemos / prevform.dfm / prevform.txt
Encoding:
Text File  |  1998-02-21  |  1.1 KB  |  58 lines

  1. object CCForm: TCCForm
  2.   Left = 321
  3.   Top = 278
  4.   Width = 435
  5.   Height = 300
  6.   ActiveControl = BitBtn1
  7.   Caption = 'Test View'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -12
  11.   Font.Name = 'MS LineDraw'
  12.   Font.Style = []
  13.   Position = poDefault
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 15
  17.   object Memo1: TMemo
  18.     Left = 0
  19.     Top = 37
  20.     Width = 427
  21.     Height = 236
  22.     Align = alClient
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clBlack
  25.     Font.Height = -12
  26.     Font.Name = 'Terminal'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     ReadOnly = True
  30.     ScrollBars = ssBoth
  31.     TabOrder = 0
  32.     WordWrap = False
  33.   end
  34.   object Panel1: TPanel
  35.     Left = 0
  36.     Top = 0
  37.     Width = 427
  38.     Height = 37
  39.     Align = alTop
  40.     TabOrder = 1
  41.     object BitBtn1: TBitBtn
  42.       Left = 9
  43.       Top = 4
  44.       Width = 80
  45.       Height = 29
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clBlack
  48.       Font.Height = -13
  49.       Font.Name = 'Arial'
  50.       Font.Style = []
  51.       ParentFont = False
  52.       TabOrder = 0
  53.       OnClick = BitBtn1Click
  54.       Kind = bkClose
  55.     end
  56.   end
  57. end
  58.